home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6492 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  866 b 

  1. Path: news1.h1.usa.pipeline.com!usenet
  2. From: grantp@usa.pipeline.com
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Visual C++ and MS Database JET Engine.
  5. Date: 8 Feb 1996 23:42:24 GMT
  6. Organization: Kalevi, Inc.
  7. Message-ID: <4fe1p0$fid@news1.usa.pipeline.com>
  8. NNTP-Posting-Host: pipe12.h1.usa.pipeline.com
  9. X-PipeUser: grantp
  10. X-PipeHub: usa.pipeline.com
  11. X-PipeGCOS: (Pete)
  12. X-Newsreader: Pipeline USA v3.3.0
  13.  
  14. On Feb 07, 1996 12:54:44 in article <Visual C++ and MS Database JET
  15. Engine.>, 'ake@netcom.com (Andres)' wrote: 
  16.  
  17.  
  18. >Hi! I would like to know if Visual C++ supports DAO (Data Access Objects).
  19.  
  20. Yes.  MFC 4.0 implements DAO classes patterned after the ODBC ones 
  21. that have been around for a couple of years now.  For example, 
  22. CDatabase <=> CDaoDatabase 
  23. CRecordset <=> CDaoRecordset 
  24. and so on. 
  25.  
  26. -- 
  27. Pete Grant 
  28. Kalevi, Inc. 
  29. Object Oriented Software Development
  30.